PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / getBoundingBox Method
In This Topic
    getBoundingBox Method
    In This Topic
    Gets the bounding box.
    Syntax
    public PDFStandardRectangle getBoundingBox()

    Return Value

    A rectangle in default user space units that shall give the coordinates of the left, bottom, right, and top edges, respectively, of the structure element's bounding box (the rectangle that completely encloses its visible content).
    See Also